home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / QuickTime / Programming Stuff / Sample Code / Music Architecture / Mixed Bag / BigEasy / BigEasyUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-11  |  702 b   |  41 lines  |  [TEXT/KAHL]

  1. /*
  2.     File:        BigEasyUtils.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Written by:    xxx put writers here xxx
  7.  
  8.     Copyright:    
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <2>    11-10-94    dvb        GetModKeys
  13.  
  14. */
  15.  
  16. /* file: BigEasyUtils.h
  17.   *
  18.   * Started 25 January 1992, more or less.
  19.   *
  20.   * Little Extras that go
  21.   * well with BigEasy.
  22.   *
  23.   */
  24.  
  25. /*--------------------------
  26.     Types and globals
  27. --------------------------*/
  28.  
  29.  
  30. #define SignIt(x) ( (x)?1:-1)
  31.  
  32.  
  33. /*--------------------------
  34.     Routines
  35. --------------------------*/
  36.  
  37. void SetMenuItemRange(short loRef,short hiRef,short active,short bulletRef);
  38. long RememberThis(long what,short which);
  39. void CenterRect(Rect *centerThis,Rect *insideThis);
  40. short GetModKeys(void);
  41.